.logo img {
	margin-top: 0;
}

.main02 {
	background: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.main02_rows {
	padding: 40px 0px;
}

.rows_title {
	text-align: center;
	font-size: 28px;
}

.rows_content {
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-top: 10px;
}

.main02_list {
	margin-top: 50px;
}

.main02_list ul li {
	float: left;
	width: 30.333%;
	margin-right: 2%;
	border-radius: 2px;
	box-shadow: 0px 1px 15px 5px #CCCCCC;
	background: #fff;
	position: relative;
}

.main02_list ul li img.shop_img {
	width: 100%;
}

.main02_list ul li h4 {
	text-align: center;
	margin-top: 30px;
	font-size: 18px;
	color: #333333;
}

.hover_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: none;
}

.hover_bg span {
	display: block;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	margin: 40% auto;
}

.hover_bg span img {
	width: 36px;
	display: block;
	margin: 12px auto;
}

.main02_list ul li:hover .hover_bg {
	display: block;
}

.main02_list ul li p {
	color: #666;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

.main03 {
	width: 100%;
	background: url(../images/inx_bg.jpg);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	display: flex;
	align-items: center;
}

.main03_rows h3 {
	color: #fff;
	text-align: center;
	font-size: 28px;
	margin-bottom: 50px;
}

.js_rontent p {
	text-indent: 32px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
}

.js_ul_01 {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.js_ul_01 li {
	float: left;
	width: 23%;
}

.js_ul_01 li h4 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

.js_ul_01 li p {
	font-size: 14px;
	text-align: center;
}

.js_ul_01 span {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #fff;
	margin: 0px auto 15px auto;
	overflow: hidden;
	text-align: center;
}

.js_ul_01 img {
	width: 40px;
	position: relative;
	top: 10px;
}

.js_ul_02 {
	border-top: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	padding-top: 25px;
}

.js_ul_02 li {
	text-align: center;
	width: 23%;
}

.js_ul_02 li h4 {
	font-size: 40px;
}

.js_ul_02 li p {
	font-size: 26px;
}

.main04 {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.case {}

.header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0,0,0,.2);
}
.header ul li a{
	color: #fff;
}
.case h3 {
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

.case_nav {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.case_nav li {
	margin: 0px 30px;
}

.case_nav li a {
	color: #666;
	font-size: 16px;
}

.case_list {
	margin-top: 40px;
}

.case_list li {
	float: left;
	width: 28.333%;
	margin: 0px 2.5%;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.case_list li img {
	width: 100%;
	position: relative;
	z-index: 1;
}

.case_list li:hover .case_list li img {
	transform: scale(1.04);
}

.hshow {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	font-weight: 400;
	text-indent: 28px;
	display: none;
}

.case_list ul li:hover .hshow {
	display: block;
}

.news_rows {}

.news_rows h3 {
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-top: 30px;
	display: block;
}

.news_rows ul {
	margin-top: 30px;
}

.news_rows ul li {
	width: 30.333%;
	margin: 0 1.5%;
	float: left;
	position: relative;
	z-index: 10;
}

.news_rows ul li img {
	width: 100%;
	position: relative;
	z-index: 1;
}

.news_rows ul li:hover .new_con {
	display: block;
}

.new_con {
	position: absolute;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: none;
}

.new_con h4 {
	width: 80%;
	margin: 20% auto 0px auto;
}

.new_con span {
	width: 80%;
	display: block;
	margin: 0px auto;
}

.new_con p {
	display: block;
	width: 80%;
	margin: 0px auto;
	font-size: 14px;
}

.main05 {
	height: 100%;
	position: relative;
}

.footer {
	position: absolute;
	bottom: 30px;
	left: 0;
}

.phone_header {
	display: none;
}

@media screen and (max-width: 750px) {
	.footer {
		position: relative;
	}

	.rows_title {
		font-size: 18px;
	}

	.main02_list ul li {
		width: 100%;
		margin-bottom: 40px;
		margin-right: 0;
	}

	.main02_list ul li p {
		margin-top: 5px;
		margin-bottom: 15px;
	}

	.main02_list ul li h4 {
		font-size: 16px;
		margin-top: 15px;
	}

	.main03_rows h3 {
		padding-top: 40px;
		margin-bottom: 20px;
		font-size: 18px;
	}

	.js_rontent p {
		font-size: 13px;
	}

	.js_ul_01 {
		display: block;
	}

	.js_ul_01 li {
		width: 100%;
		background: #fff;
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.main05 {
		display: block;
		height: auto;
	}

	/* .js_ul_01 li:nth-child(even){
		float: right;
	} */
	.js_ul_01 li h4 {
		font-size: 16px;
		color: #333;
		padding: 0px 20px;
		margin-bottom: 10px;
	}

	.js_ul_01 span {
		margin: 0px auto 5px auto;
	}

	.js_ul_01 li p {
		font-size: 12px;
		color: #666;
		padding: 0px 20px 20px 20px;
		text-align: left;
	}

	.js_ul_02 {
		display: block;
	}

	.js_ul_02 li {
		width: 45%;
		float: left;
		margin-bottom: 30px;
	}

	.js_ul_02 li h4 {
		font-size: 28px;
	}

	.js_ul_02 li p {
		font-size: 16px;
	}

	.js_ul_02 li:nth-child(2n) {
		float: right;
	}

	.case h3 {
		font-size: 16px;
	}

	.case_nav {
		display: block;
	}

	.case_nav li {
		float: left;
		margin: 0px 8px;
	}

	.case_nav li a {
		font-size: 14px;
	}

	.case_list li {
		width: 100%;
		border-radius: 10px;
		overflow: hidden;
		border: 1px solid #ddd;
		margin: 0px auto;
		margin-bottom: 20px;
	}

	.news_rows ul li {
		width: 100%;
		border-radius: 10px;
		margin-bottom: 20px;
		overflow: hidden;
		border: 1px solid #ddd;
	}

	.hshow {
		position: relative;
		display: block;
		text-indent: 0;
		background: none;
		color: #333;
		line-height: 22px;
		padding: 10px 0px;
		height: auto;
		text-indent: 20px;
	}

	.new_con {
		position: relative;
		display: block;
		text-indent: 0;
		background: none;
		color: #333;
		line-height: 22px;
		padding: 10px 0px;
		height: auto;
	}

	.new_con h4 {
		margin: 0 auto;
		width: 90%;
	}

	.new_con span {
		width: 90%;
	}

	.new_con p {
		width: 90%;
	}

	.phone_header {
		display: block;
	}
}

@media only screen and (min-width: 1920px) {
	
	.news_rows ul{
		   margin-top: 60px;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
	.news_rows ul{
		   margin-top: 30px;
	}
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
	.news_rows ul{
		   margin-top: 20px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
	.news_rows h3{
		margin-top: 0;
	}
	.news_rows ul{
		   margin-top: 10px;
	}
	
.width_pub{
	width: 76%;
}
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
	
	.footer{
		   bottom: 0;
	}
}